runtime.mspan.refillAllocCache (method)

5 uses

	runtime (current package)
		mbitmap.go#L1095: func (s *mspan) refillAllocCache(whichByte uint16) {
		mbitmap.go#L1135: 		s.refillAllocCache(whichByte)
		mbitmap.go#L1157: 		s.refillAllocCache(whichByte)
		mcentral.go#L192: 	s.refillAllocCache(whichByte)
		mgcsweep.go#L706: 	s.refillAllocCache(0)